Rename infodir to buildinfodir in doc/*/Makefile.in (GNU bug#11737)
authorRob Browning <rlb@defaultvalue.org>
Wed, 20 Jun 2012 04:26:11 +0000 (23:26 -0500)
committerRob Browning <rlb@defaultvalue.org>
Wed, 20 Jun 2012 04:26:11 +0000 (23:26 -0500)
commitc29cccb1d825523faf484808a699959766d71348
tree77eaab0932b4f5726874cc026706aabe272163f7
parentfe2769bc74dc588c74c43b295292f83b504d6345
Rename infodir to buildinfodir in doc/*/Makefile.in (GNU bug#11737)

Overriding both DESTDIR and infodir during make install should now work.

The Emacs build process will no longer try to write directly to
infodir when both DESTDIR and infodir are overridden during make
install.  Previously, given

  make DESTDIR=/tmp/build infodir=/usr/share/info/emacs-24 install

the build process would attempt to write directly to infodir.

Origin: upstream, commit: fb0219efd1196df7de538a27159367b8220b9a8a
Bug: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11737
Applied-By: Rob Browning <rlb@defaultvalue.org>
Applied-Upstream: Fixed in Emacs 24
doc/misc/Makefile.in